#main a:link {
    font-size:16px;
    line-height:20px;
    font-family:"Droid Sans",sans-serif;
    font-weight:normal;
    text-decoration:underline;
    color:#fff;
    list-style-type:none;
    font-style: normal;
    font-variant: none;
}
#main a:visited {
    font-size:16px;
    line-height:20px;
    font-family:"Droid Sans",sans-serif;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
    list-style-type:none;
    font-style: normal;
    font-variant: none;
}
#main a:hover {
    font-size:16px;
    line-height:20px;
    font-family:"Droid Sans",sans-serif;
    font-style:italic;
    font-weight:normal;
    text-decoration:underline;
    color:#be0342;
    list-style-type:none;
    font-style: normal;
    font-variant: none;
}
a:active {
    font-size:16px;
    line-height:20px;
    font-family:"Droid Sans",sans-serif;
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
    color:#fff;
    text-transform:none;
    list-style-type:none;
    font-style: normal;
    font-variant: normal;
}
